home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / AddOns / dbase.em < prev    next >
Encoding:
Text File  |  1993-07-13  |  195 b   |  19 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: dbase.em
  4. ;; Date: Tue Jul 13 22:36:28 1993
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule dbase
  11.   (eulisp0
  12.    dbm
  13.    reader)
  14.   ()
  15.   
  16.  
  17.   ;; end module
  18.   )
  19.